CoreOS Essentials by Mocevicius Rimantas
Author:Mocevicius, Rimantas
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2015-06-28T16:00:00+00:00
Creating our cluster workers
In order to create the cluster workers, the command to be used is as follows:
$ ./create_cluster_workers.sh
Make a note of the workers' external IPs, as shown in the previous screenshot; we will need them later.
Of course, you can always check them at the Google Developers Console too.
Let's check out what we have inside the test1.yaml and staging1.yaml files in the cloud-config folder. Run the following command:
$ cat test1.yaml #cloud-config coreos: etcd2: listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 initial-cluster: control1=http://10.200.1.1:2380 proxy: on fleet: public-ip: $public_ipv4 metadata: "role=worker,cpeer=tsc-test1" units: - name: etcd2.service command: start - name: fleet.service command: start - name: docker.service command: start drop-ins: - name: 50-insecure-registry.conf content: | [Unit] [Service] Environment=DOCKER_OPTS='--insecure-registry="0.0.0.0/0"' # end of cloud-config
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Filmora Efficient Editing by Alexander Zacharias(5782)
The Infinite Retina by Robert Scoble Irena Cronin(5259)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3975)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Edit Like a Pro with iMovie by Regit(3427)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2835)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2401)
Docker on Windows by Stoneman Elton(2318)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2315)
Creative Projects for Rust Programmers by Carlo Milanesi(2248)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2005)
Computers For Seniors For Dummies by Nancy C. Muir(1998)
The Old New Thing by Raymond Chen(1940)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
